home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Review.dxr / 00024_spin button.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  144 b   |  10 lines

  1. on mouseUp
  2.   global gReviewData
  3.   if the spin of gReviewData = 25 then
  4.     goScore()
  5.   else
  6.     go("spin")
  7.     puppetSound("Xylo")
  8.   end if
  9. end
  10.